Skip to content

Latest commit

 

History

History
 
 

2. Base64

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Base64

A popular encoding technique that can encode text in any format into 6-bit words, each corresponding to an ASCII character.

Execution

# Installation
sudo make install

# Building
make

# Running
b64 -d secret.txt

Made with ❤ by Param.